home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Star Software Collection
/
NSS_Collection.iso
/
5-029 turbo debugger and assem
/
disks.7z
/
3
/
CHAPXMPL.ARC
/
SHOWTOT.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-08-29
|
173 b
|
11 lines
extern int StartingValue;
extern int DoTotal(void);
int Repetitions;
main()
{
int i;
Repetitions = 10;
StartingValue = 2;
printf("%d\n", DoTotal());
}